Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Nightly Integration testing #2596

Merged
merged 19 commits into from
Sep 11, 2023
Merged

Conversation

kobyhallx
Copy link
Contributor

@kobyhallx kobyhallx commented Sep 7, 2023

Description

Resolves: Headless Browser testing #2610

Should pass integration tests on nightly schedule.

This PR is +366 lines, the additional lines are from the yarn.lock file.

Problem*

Resolves

Summary*

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@socket-security
Copy link

socket-security bot commented Sep 7, 2023

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@web/test-runner-webdriver 0.7.0 None +13 4.95 MB modern-web
smol-toml 1.1.2 None +0 70.6 kB cyyynthia
@aztec/bb.js 0.5.1 network, filesystem +3 17.5 MB charlielye
fflate 0.8.0 None +0 556 kB 101arrowz

@kobyhallx kobyhallx marked this pull request as ready for review September 8, 2023 08:46
.github/workflows/test-integration.yml Outdated Show resolved Hide resolved
.github/workflows/test-integration.yml Outdated Show resolved Hide resolved
crates/integration-tests/web-test-runner.config.mjs Outdated Show resolved Hide resolved
crates/integration-tests/web-test-runner.config.mjs Outdated Show resolved Hide resolved
crates/integration-tests/web-test-runner.config.mjs Outdated Show resolved Hide resolved
.github/workflows/test-integration.yml Outdated Show resolved Hide resolved
.github/workflows/test-integration.yml Outdated Show resolved Hide resolved
crates/integration-tests/package.json Outdated Show resolved Hide resolved
@TomAFrench
Copy link
Member

This also fails silently. Can you add some form of alerting?

.actrc Outdated Show resolved Hide resolved
@TomAFrench
Copy link
Member

Some form of alerting is required if we're running this on a schedule. We're not going to manually check this every morning so things will silently fail for a long time until we notice it. We had the same issue with nightly builds in build-nargo.

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
.gitignore Outdated Show resolved Hide resolved
@TomAFrench
Copy link
Member

Should be good to go after final 2 nits

@TomAFrench TomAFrench changed the title feat: Nightly Integration testing chore(ci): Nightly Integration testing Sep 11, 2023
kobyhallx and others added 2 commits September 11, 2023 15:11
…e_verify.test.ts

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
TomAFrench
TomAFrench previously approved these changes Sep 11, 2023
@TomAFrench TomAFrench added this pull request to the merge queue Sep 11, 2023
Merged via the queue into master with commit dedcf5e Sep 11, 2023
14 checks passed
@TomAFrench TomAFrench deleted the kh-integration-testing branch September 11, 2023 14:57
TomAFrench added a commit that referenced this pull request Sep 11, 2023
* master:
  chore(ci): reenable CI for `noir_wasm` (#2636)
  fix: avoid overflows in integer division (#2180)
  chore(ci): Nightly Integration testing  (#2596)
  feat(parser): allow multiple attributes (#2537)
  feat(nargo): Allow installing custom backends from the CLI (#2632)
TomAFrench added a commit that referenced this pull request Sep 11, 2023
* master:
  chore: Move tooling related items into their own directory (#2644)
  chore: add `CompilationResult` helper type (#2639)
  fix: initialise arrays returned by brillig (#2048)
  chore: clippy fix (#2631)
  fix(wasm): Remove stacker from dependencies (#2637)
  chore(ci): reenable CI for `noir_wasm` (#2636)
  fix: avoid overflows in integer division (#2180)
  chore(ci): Nightly Integration testing  (#2596)
  feat(parser): allow multiple attributes (#2537)
  feat(nargo): Allow installing custom backends from the CLI (#2632)
  chore(ci): enforce clippy and `cargo fmt` in CI (#2628)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants